projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622dbf6
)
luci-proto-wireguard: fix Makefile 'provides'
author
Paul Donald
<
[email protected]
>
Mon, 22 Apr 2024 22:21:17 +0000
(
00:21
+0200)
committer
Paul Donald
<
[email protected]
>
Mon, 22 Apr 2024 22:21:17 +0000
(
00:21
+0200)
once-upon-a-time it was called luci-app-wireguard. Now it's proto.
Signed-off-by: Paul Donald <
[email protected]
>
protocols/luci-proto-wireguard/Makefile
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-wireguard/Makefile
b/protocols/luci-proto-wireguard/Makefile
index a39e9a78d820cd103d06554b9839c8007f7497a5..da3d8e7b74568da4daaefbb5caf519021f39bb29 100644
(file)
--- a/
protocols/luci-proto-wireguard/Makefile
+++ b/
protocols/luci-proto-wireguard/Makefile
@@
-10,7
+10,7
@@
LUCI_TITLE:=Support for WireGuard VPN
LUCI_DEPENDS:=+wireguard-tools +ucode
LUCI_PKGARCH:=all
-PKG_PROVIDES:=luci-
app
-wireguard
+PKG_PROVIDES:=luci-
proto
-wireguard
PKG_LICENSE:=Apache-2.0
include ../../luci.mk